﻿COUNTRIES = {
	#EXAMPLE
	#c:DUA = {
	#	set_next_election_date = yyyy.m.d #If wanted
	#	
	#	effect_starting_technology_tier_#_tech = yes #1 highest, 7 lowest
	#	add_technology_researched = techkey #any extra tech beyond the tier
	#	
	#	set_tax_level = very_low/low/medium/high/very_high #default medium
	#	
	#	add_taxed_goods = g:tradegoodkey #if wanted
	#	add_discouraged_goods = g:tradegoodkey #if wanted
	#	
	#	set_market_capital = STATE_KEY #defaults to capital state
	#	
	#	#Default laws are laws at top of each law screen
	#	effect_starting_politics_liberal/conservative/reactionary/traditional #if wanted for base set of laws
	#	activate_law = law_type:law_key #for custom law setups or to change from base law scripted effect, suggest keep in order
	#	
	#	set_institution_investment_level = { #default institution level is 1 if appropriate law is active
	#		institution = institution_key
	#		level = 1-5
	#	}
	#	
	#	set_ruling_interest_groups = { #set country's ruling interest group(s), preferred
	#		ig_key
	#		ig_key
	#		ig_key
	#	}
	#	
	#	ig:ig_key = { #optional
	#		add_ruling_interest_group = yes #alternate way to set ruling interest groups
	#		set_interest_group_name = ig_name_key #if want different name from default
	#		remove_ideology = ideology_key #remove ig's base ideology
	#		add_ideology = ideology_key #add alternate ideology
	#		set_ig_bolstering = yes #optional
	#		set_ig_suppression = yes #optional
	#	}
	#	
	#	add_journal_entry = { type = je_key } #for any starting special journal entries
	#	
	#	trigger_event = { #for any starting events
	#		id = event_key
	#	}
	#	
	#	add_modifier = { #for any starting modifiers, suggest starting event with modifiers in tooltip to let players know
	#		name = modifier_key
	#		duration = -1 #in days -1 is permanent
	#	}
	#	
	#	#any other starting effects
	#}
	
	c:AMA = { #Amazonie
		effect_starting_technology_tier_2_tech = yes
        add_technology_researched = egalitarianism
		
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_census_voting
		activate_law = law_type:law_racial_segregation
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_religious_schools
        activate_law = law_type:law_women_own_property
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_slave_trade
		activate_law = law_type:law_colonial_resettlement

		set_institution_investment_level = {
			institution = institution_colonial_affairs
			level = 1
		}
		
		set_ruling_interest_groups = {
			ig_landowners
			ig_petty_bourgeoisie
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_planteurs
		}
		ig:ig_rural_folk = {
			remove_ideology = ideology_isolationist
			add_ideology = ideology_isolationist_expansionism
		}
	}
	
	c:ATL = { #Atlantia
		effect_starting_technology_tier_2_tech = yes
		
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_census_voting
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_private_schools
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_slave_trade
		activate_law = law_type:law_colonial_resettlement 

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		trigger_event = {
            id = dvg_atlantia.10
        }
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_mine_magnates
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
		ig:ig_rural_folk = {
remove_ideology = ideology_isolationist
add_ideology = ideology_isolationist_expansionism
}
	}
	
	c:LOT = { #Lotharingia
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = logistics
		add_technology_researched = general_staff
		add_technology_researched = field_works
		
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_autocracy
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_total_separation
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_national_guard
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_consumption_based_taxation
		activate_law = law_type:law_censorship
		activate_law = law_type:law_debt_slavery
		activate_law = law_type:law_local_police
		activate_law = law_type:law_closed_borders
		
		add_taxed_goods = g:grain
		add_taxed_goods = g:meat
		
		trigger_event = {
            id = dvg_lotharingia.1
        }
		
		set_institution_investment_level = {
			institution = institution_police
			level = 3
		}
		
		set_ruling_interest_groups = {
			ig_armed_forces
		}
		ig:ig_armed_forces = {
			add_ideology = ideology_caudillismo
		}
		ig:ig_landowners = {
			remove_ideology = ideology_stratocratic
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_caudillismo
		}
		ig:ig_armed_forces = {
			set_interest_group_name = ig_gendarmerie
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_planteurs
		}
		
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
		add_modifier = {
			name = age_of_caudillos_modifier
			months = very_long_modifier_time
			is_decaying = no
		}
	}
	
	c:BEO = { #Beornia
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_colonial_resettlement
		activate_law = law_type:law_censorship
		activate_law = law_type:law_migration_controls
		
		set_institution_investment_level = {
			institution = institution_colonial_affairs
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = { 
			set_interest_group_name = ig_anglican_church_beornia
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_cattle_barons
		}
		ig:ig_industrialists = {
			set_interest_group_name = ig_edwardian_circle
		}
		ig:ig_armed_forces = {
			set_interest_group_name = ig_royal_guard
		}
		ig:ig_rural_folk = {
			set_interest_group_name = ig_parish_pioneers
		}
		ig:ig_rural_folk = {
			remove_ideology = ideology_isolationist
			add_ideology = ideology_isolationist_expansionism
		}
	}
	
	c:TWT = { #Inca
		effect_starting_technology_tier_4_tech = yes
		add_technology_researched = academia
		add_technology_researched = urban_planning
		add_technology_researched = law_enforcement
		add_technology_researched = colonization
		
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_colonial_resettlement
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_censorship
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_command_economy
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_peasant_levies
		activate_law = law_type:law_local_police

		set_institution_investment_level = {
			institution = institution_colonial_affairs
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_inka
			remove_ideology = ideology_paternalistic
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_inka_paternalistic
			add_ideology = ideology_incan_gender
		}
		ig:ig_devout = {
			set_interest_group_name = ig_inkan_priesthood
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_incan_gender
		}
		ig:ig_rural_folk = {
			remove_ideology = ideology_isolationist
			add_ideology = ideology_isolationist_expansionism
		}
		trigger_event = {
			id = dvg_tawantisuyu_reconquest.1
		}
	}
	
	c:TUP = { #Tupia
		effect_starting_technology_tier_6_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}

	c:MUR = { #Mura
		effect_starting_technology_tier_6_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}

	# c:GNI = { #Guarani
		# effect_starting_technology_tier_6_tech = yes
		# effect_native_conscription_10 = yes
		# effect_starting_politics_traditional = yes
	# }
	
	c:PAT = { #Mapuche
		effect_starting_technology_tier_6_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:THL = { #Tehuelche
		effect_starting_technology_tier_6_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:SLK = { #Selk'nam
		effect_starting_technology_tier_6_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:KAW = { #Kawesqar
		effect_starting_technology_tier_6_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:QUI = { #Quito Caladero
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_racial_segregation
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_censorship
		activate_law = law_type:law_slave_trade
		
		set_ruling_interest_groups = {
			ig_landowners
			ig_armed_forces
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_armed_forces = {
			add_ideology = ideology_caudillismo
		}
		ig:ig_landowners = {
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_caudillismo
		}
		ig:ig_rural_folk = {
			remove_ideology = ideology_isolationist
			add_ideology = ideology_isolationist_expansionism
		}

		trigger_event = {
			id = dvg_caladero.1
		}
		
	}
	
	c:GRA = { #Granada
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_monarchy
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_racial_segregation
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_censorship
		activate_law = law_type:law_slave_trade
		
		set_ruling_interest_groups = {
			ig_landowners
			ig_armed_forces
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_armed_forces = {
			add_ideology = ideology_caudillismo
		}
		ig:ig_landowners = {
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_caudillismo
		}
		ig:ig_rural_folk = {
			remove_ideology = ideology_isolationist
			add_ideology = ideology_isolationist_expansionism
		}

		trigger_event = {
			id = dvg_granada.1
		}
	}
}
